The online racing simulator
Searching in All forums
(951 results)
Yisc[NL]
S3 licensed
Quote from TechEdison :How hard do you think it would be to implement a way to have recurring events? Like do "event X" every hour and do "event Y" every other hour.

I have some ideas how to make that possible, but need to go and test them before I can say something useful about it.
Yisc[NL]
S3 licensed
Changelog for Schedule V2.08:

-Added code to set default server password when no scheduled race has been found on Daily/hourly check

Change the extension of the files to .lpr and add them to addonsused.lpr to be able to use them.
Yisc[NL]
S3 licensed
Another attempt at our servers:

Aug 30 18:38:39 Accept : 185.141.60.223
Aug 30 18:38:39 Received 47 : 185.141.60.223
Aug 30 18:38:39 Unknown protocol : 185.141.60.223
Aug 30 18:38:39 Unknown protocol : 185.141.60.223

Reported the IP address on abuseIPDB.

https://www.abuseipdb.com/check/185.141.60.223
Yisc[NL]
S3 licensed
A new attempt at one of our servers:

Aug 26 11:16:48 Accept : 103.89.91.156
Aug 26 11:16:48 Received 47 : 103.89.91.156
Aug 26 11:16:48 Unknown protocol : 103.89.91.156
Aug 26 11:16:48 Unknown protocol : 103.89.91.156

Aug 26 11:36:30 Accept : 103.89.91.156
Aug 26 11:36:30 Received 47 : 103.89.91.156
Aug 26 11:36:30 Unknown protocol : 103.89.91.156
Aug 26 11:36:30 Unknown protocol : 103.89.91.156
Yisc[NL]
S3 licensed
Changelog for Set Schedule V2.06:

-Added option to add a default password for a server (will be used when no scheduled race is found)

Changelog for Schedule V2.07:

-Added code to set default server password when no scheduled race has been found

Change the extension of the files to .lpr and add them to addonsused.lpr to be able to use them.
Yisc[NL]
S3 licensed
Two new attempts on all of our servers last night:

Aug 24 21:20:59 Received 47 : 5.8.18.70
Aug 24 21:20:59 Unknown protocol : 5.8.18.70
Aug 24 21:20:59 Unknown protocol : 5.8.18.70

Aug 24 22:56:14 Accept : 5.8.18.70
Aug 24 22:56:14 Received 47 : 5.8.18.70
Aug 24 22:56:14 Unknown protocol : 5.8.18.70
Aug 24 22:56:14 Unknown protocol : 5.8.18.70
Yisc[NL]
S3 licensed
Another 'visit' last night, only on one server this time:

Aug 21 20:36:10 Accept : 193.238.46.22
Aug 21 20:36:10 Received 43 : 193.238.46.22
Aug 21 20:36:10 Unknown protocol : 193.238.46.22
Aug 21 20:36:10 Unknown protocol : 193.238.46.22
Yisc[NL]
S3 licensed
Okay, I can't argue with that as I haven't seen the evidence.
When I started my "programming" carreer, I made a few websites with PHP and everything stored in text files, until it became sooooo complex to handle all the data, so that's when I moved on to learn how to use an SQL database.
As said, I haven't seen what you have seen, so I will take your word for it, but from my professional opinion I would believe that using the Lapper database is always faster (and much easier to code) then storing/retrieving things from files.
Yisc[NL]
S3 licensed
Wow, that's a very nice Lapper script you made there.
Well done.
Yisc[NL]
S3 licensed
Forgive me for asking, but why would someone prefer storing data in text file over using a database?
Yisc[NL]
S3 licensed
Quote from Bass-Driver :What are you trying to receive from the web??
Do you request anything at all??

There is one action that reads from a PHP file and write to a textfile (through that PHP file).
Yisc[NL]
S3 licensed
No, I went straight from 7.0.4.10 to 7.0.6.1 as I hadn't much energy and time to go along with the flow.
Maybe it isn't a bug in the latest version, as I haven't tested it locally before going live (I changed pc and haven't set all things back the way they are needed), but since the code never gave me any trouble, I can't see it being a problem.
Yisc[NL]
S3 licensed
I have just updated our servers from Lapper 7.0.4.10 to 7.0.6.1 and have two issues:

1) the following code is executed every minute, instead of once a day at 0 seconds, 0 minutes and 0 hour (start of day):


<?php 
Event OnLapperStart
()
    
RegisterScheduleAction"0 0 0 * * * *"Reinitialise_server_1 );
    
RegisterScheduleAction"30 0 0 * * * *"Reinitialise_server_2 );
EndEvent

Sub Reinitialise_server_1
()
    
cmdLFS"/msg ^1Server will be reinitialised in 30 seconds^8" );
EndSub

Sub Reinitialise_server_2
()
    
cmdLFS("/reinit");
EndSub
?>


2) my error logs are spammed with the following message:

8/19/2018 10:51:24 PM -> Error on receiving answer from web

Because of issue 1, I have reverted back to the previous version I had, as the servers are otherwise unusable restarting every minute.
Yisc[NL]
S3 licensed
I have just upgraded our servers to Lapper 7.0.6.1 and ran into the same issue on my VPS.
Downloading and installing the file mentioned by xxx, did solve the issue.
Yisc[NL]
S3 licensed
Our servers have been 'visited' three times again today:

Aug 18 08:39:34 Accept : 77.72.83.99
Aug 18 08:39:34 Received 47 : 77.72.83.99
Aug 18 08:39:34 Unknown protocol : 77.72.83.99
Aug 18 08:39:34 Unknown protocol : 77.72.83.99

Aug 18 09:28:06 Accept : 77.72.83.99
Aug 18 09:28:06 Received 47 : 77.72.83.99
Aug 18 09:28:06 Unknown protocol : 77.72.83.99
Aug 18 09:28:06 Unknown protocol : 77.72.83.99

Aug 18 11:25:23 Accept : 5.8.18.70
Aug 18 11:25:23 Received 47 : 5.8.18.70
Aug 18 11:25:23 Unknown protocol : 5.8.18.70
Aug 18 11:25:23 Unknown protocol : 5.8.18.70
Yisc[NL]
S3 licensed
Quote from Bass-Driver :Did you receive any other messages from that IP?

Not since I restarted our VPS yesterday evening, which cleared the logfiles.
I will keep an eye on it and maybe someone else is able to tell me more about this.
Weird simulaneous connection to all of our LFS servers
Yisc[NL]
S3 licensed
I noticed this on the console (and in the logfiles as well) on all of our LFS servers tonight:

Aug 13 18:17:39 Accept : 78.128.112.22
Aug 13 18:17:39 Received 47 : 78.128.112.22
Aug 13 18:17:39 Unknown protocol : 78.128.112.22
Aug 13 18:17:39 Unknown protocol : 78.128.112.22

All servers have been contacted at the exact same time.
The IP address traces back to Bulgaria, but that doesn't mean too much these days.
Anyone else had this today and if so (or not), is it something I should be worried about?
Yisc[NL]
S3 licensed
No track has a grid big enough to fit so many cars on.
Okay, cruise is a different ball game, but since LFS is mainly designed for racing, each track should have enough grid positions to start a race with.
Yisc[NL]
S3 licensed
Looking very good.
I really hope some (if not all) of your future events will be succesful for you, as you worked so hard for it.
Yisc[NL]
S3 licensed
Congrats on the new release guys.
Great to see this program still being worked on and being improved.
Yisc[NL]
S3 licensed
Quote from Scawen :That corner now has 3D kerbs.

Using this camera position: /cp -3052607 -1380642 67659 -21680 548 0.0 40.0

Attached screenshot at resolution 1600x900.

Wow, what a difference.
The new one looks very good.
Keep up the good work Scawen and Eric Thumbs up
Yisc[NL]
S3 licensed
Wow, you are on a role with all these updates Smile
Good work Thumbs up
Yisc[NL]
S3 licensed
A seperate program could be useful, but otherwise you could use LFSLapper to do exactly this.
Last edited by Yisc[NL], .
Yisc[NL]
S3 licensed
Quote from Jonzu95 :- The gray object line is blocking the view when placing another object (I would suggest that a button toggles it on or off instead of holding alt for a moment)

From the releasenotes: https://www.lfs.net/patch-6t

ALT key can be used to temporarily hide selected object outlines
Yisc[NL]
S3 licensed
Quote from krakilin12 :im sorry if this is the wrong place to ask but, how many people are working on LFS at the moment.

I'm very excited for the new updates Wink

Scawen is the developer and Eric is the graphics artist.
So two people are working on LFS.
The whole team has 3 people, since Victor is the one doing the technical side of things (website, forum, etc.)
FGED GREDG RDFGDR GSFDG